| lcRPlanGetPrevVer | Home |
|
HANDLE lcRPlanGetPrevVer ( HANDLE hRPlan, HANDLE hVertex ); |
| hRPlan | |
| Handle to a road plan object. | |
| hVertex | |
| Handle to the polyline vertex. | |
| Handle to the vertex that is placed before hVertex in the road plan. If there are no vertex before hVertex, the function returns NULL. |
| lcRPlanGetLastVer, lcRPlanGetFirstVer, lcRPlanGetNextVer |